home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr28 / zpro220.zip / ZIPRPRO.REV < prev   
Text File  |  1995-03-13  |  54KB  |  1,217 lines

  1.                  ZIP'R Professional For DOS Revision History
  2.  
  3.  
  4. 03-13-95 ■ Version 2.20
  5.  
  6.          . Fixed a problem with internal ZIP compression that occurred
  7.            when the user specified a location for the Compressed File
  8.            that was different than where the program was being executed
  9.            from.  (Various error messages could be noted at the end of
  10.            the compression process.)  Internal ZIP was not changing to
  11.            the compressed file directory before creating the ZIP file,
  12.            causing it to be created in the wrong place.  Made sure that
  13.            new code changes to the compressed file directory before
  14.            creating the compressed file, and changes back to the program
  15.            (parent) directory after the compression process is finished.
  16.  
  17.  
  18. 02-16-95 ■ Version 2.19
  19.  
  20.          . Fixed a problem with internal compression where the error
  21.            "Could not erase the file nnn.ZIP" was being reported at
  22.            the end of the compression process on single-user systems.
  23.            This error message was generated as a result of an unsuccessful
  24.            call to the "SameFile" routine.  Although the error message
  25.            was being issued, this problem should not have affected the
  26.            user's data in any way.  (This error message did not appear
  27.            on network systems.)
  28.  
  29.  
  30. 01-26-95 ■ Version 2.18
  31.  
  32.          . Enabled the use of the arrow keys to move between buttons
  33.            on the button menu.
  34.  
  35.          . Fixed a minor cosmetic problem where the backdrop on the
  36.            button menu was not being redisplayed after the first time
  37.            a .ZPD file is created.
  38.  
  39.          . Made a minor cosmetic change to the ZIP'R Pro button menu
  40.            by changing the slant direction of the text in back of
  41.            the button menu.
  42.  
  43.  
  44. 11-24-94 ■ Version 2.17
  45.  
  46.          . Fixed a major problem where using Internal ZIP compression
  47.            to decompress a file would cause an error "Error opening
  48.            ZIP file.  File access denied".  The compressed file is
  49.            marked read-only at various times by ZIP'R Pro as a
  50.            precautionary measure, to prevent against accidental deletion,
  51.            either by ZIP'R Pro or any other source.  In this instance,
  52.            the compressed file was marked as read-only, but was not
  53.            returned to normal attributes before an attempt was made to
  54.            decompress it.  (This was due to a missing semi-colon after
  55.            a statement that needed to be terminated.)  This problem only
  56.            manifested itself on a true-blue Windows system, not on an
  57.            OS/2 Windows system (WIN-OS2 session).  (Since STSI's main
  58.            beta-testing platform is OS/2, this problem was not detected
  59.            until recently.)
  60.  
  61.          . Fixed an obscure problem where the file closing routine
  62.            for redirected files was not working properly when used
  63.            under Windows NT.  Old routine called Interrupt 21, with
  64.            AH=$3E.  New routine uses Pascal's internal Close command.
  65.            This would produce an error "Unable to create StringArray,
  66.            Status = 5" when calculating the disk space requirements
  67.            for a compressed file (only when the Accurate File Size
  68.            Calculation was set to level 3 or level 4).
  69.  
  70.  
  71. 11-16-94 ■ Version 2.16
  72.  
  73.          . Fixed a significant problem where the screen would be filled
  74.            with garbage characters immediately after trying to execute
  75.            ZIP'R Pro.  This behavior occurred if the Video Display was
  76.            set to Direct screen writes or Auto Detect with an EGA or
  77.            VGA monitor (and only if the prelog screen was supposed to
  78.            be displayed).  The direct screen writing was being done from
  79.            an overlaid unit, which called an assembly language OBJ file,
  80.            thus causing corruption on the screen.  This screen writing
  81.            procedure has been moved into a non-overlaid unit.  (This
  82.            problem was introduced in version 2.15, when overlays were
  83.            added.)
  84.  
  85.  
  86. 11-13-94 ■ Version 2.15
  87.  
  88.          . Overlaid ZIPRPRO.EXE to reduce the memory requirements needed
  89.            to perform operations, especially internal ZIP compression
  90.            and decompression.  Previously, users with memory limited
  91.            systems (less than 512K free before ZIP'R Pro was launched)
  92.            who chose to use internal ZIP compression would experience
  93.            an error #8 (insufficient memory) when compressing programs.
  94.            Now, users with as little as 465K free (before ZIP'R Pro is
  95.            launched) can use internal ZIP compression.
  96.  
  97.            IMPORTANT:  Although ZIP'R Pro only requires 465K of free
  98.            conventional memory, you must have at least enough conventional
  99.            memory to execute the program that is being launched through
  100.            ZIP'R Pro.  For example, if your program requires 540K of free
  101.            conventional memory, you must have at least 550K of free memory
  102.            before launching ZIP'R Pro.  (ZIP'R Pro's overhead, along with
  103.            the secondary command processor consume about 10K of memory.)
  104.            On the other hand, if your program only requires 400K of free
  105.            conventional memory, you must have at least 465K of free memory,
  106.            since this is the amount required by ZIP'R Pro, in order to
  107.            operate properly.
  108.  
  109.          . Stopped using the ERRORS.OPL library file.  Moved all error
  110.            messages back into the main EXE file to reduce the chance for
  111.            loss, corruption, or errors in this file.
  112.  
  113.          . Converted the error numbers given when using internal ZIP
  114.            compression into descriptive error messages.
  115.  
  116.  
  117. 10-28-94 ■ Version 2.14
  118.  
  119.          . Fixed a problem where one of ZIP'R Pro's error messages was
  120.            being truncated on the error message display screen.
  121.  
  122.          . Fixed a problem where the amount of memory being used when
  123.            ZIP'R Pro swapped itself out was much greater than it should
  124.            have been.  (OpExec was being referenced in more than 1 unit.)
  125.            Symptoms of this problem would be programs reporting "Out
  126.            of memory" errors when they were run through ZIP'R Pro.
  127.            As an example, one of our systems reported the following
  128.            figures:
  129.                                                  Old        New
  130.                                                 v2.13      v2.14
  131.  
  132.            Free Conventional Memory            627,840    627,840
  133.            After launching a program           568,640    617,136
  134.            ZIP'R Pro's overhead                 53,520      5,024
  135.  
  136.  
  137. 10-19-94 ■ Version 2.13
  138.  
  139.          . Modified code and documentation to comply with ASP
  140.            standards.  STSI is now an author member of the Association
  141.            of Shareware Professionals!
  142.  
  143.  
  144. 09-09-94 ■ Version 2.12
  145.  
  146.          . Added a command to make sure that the screen is cleared
  147.            after a RunTime error occurs.
  148.  
  149.          . Modified delays / nag screen code to comply with ASP
  150.            standards.  The prelog pause and delay are now entirely
  151.            optional, even in the unregistered version.  However, the
  152.            unregistered version will now display a registration
  153.            reminder screen when entering or exiting from ZIP'R Pro.
  154.  
  155.  
  156. 08-29-94 ■ Version 2.11
  157.  
  158.          . Moved about 225 error messages into a library (stream)
  159.            file, reducing the code size by about 15K.  Made sure
  160.            that ZIP'R Pro issues an appropriate error message if
  161.            the library file can't be located when an error condition
  162.            occurs.
  163.  
  164.          . Corrected a potential problem where the decompression
  165.            signal file was not being deleted at the end of the
  166.            decompression routine when using PKZIP.  The code was
  167.            accurate when using ARJ, LHA, or Internal ZIP, but PKZIP
  168.            code for this procedure was not included.
  169.  
  170.          . Corrected a potential problem where the attributes of the
  171.            compressed file were being set to read-only before attempting
  172.            to decompress it using ARJ, LHA, or PKUNZIP.  Made sure that
  173.            the attributes are set to Normal before decompressing it.
  174.  
  175.          . Streamlined the compression and decompression code by
  176.            combining the common parts of these processes for ARJ, LHA,
  177.            Internal ZIP and PKZIP.
  178.  
  179.  
  180. 08-22-94 ■ Version 2.10
  181.  
  182.          . Added code to make sure that ZIP'R Pro does not attempt
  183.            to display the button menu if no .ZPD files could be
  184.            found in the \ZIPRPRO sub-directory.
  185.  
  186.          . Added a command to reset the window coordintes after a
  187.            user selects a button from the button menu to make sure
  188.            that the DisplayPrelogValues routines write information
  189.            to accurate locations.  (This routine uses absolute screen
  190.            writing, requiring that the window be set to 1,1,80,25.)
  191.  
  192.          . Created two new routines to set the file attributes for
  193.            files to read-only and normal, and replaced numerous
  194.            instances in the code where the file was being manually
  195.            reset to specific attributes.
  196.  
  197.          . Corrected a potential problem where file attributes could
  198.            have been set on a non-existent compressed file.
  199.  
  200.          . Added support for the new button style menu to re-read the
  201.            directory after returning from executing the ZIF Editor.
  202.            In the event that files are created or deleted from the
  203.            ZIP'R Pro directory, ZIP'R Pro will regenerate the dialog
  204.            box to display an accurate collection of buttons.
  205.  
  206.          . Added a button style interface to ZIP'R Pro to make it more
  207.            user friendly.  When "ZIPRPRO.EXE" is executed without any
  208.            passed parameters, the new menu interface will pop up and
  209.            display a list of all available .ZPD files.  Users can click
  210.            the left mouse button over a push button to execute the
  211.            corresponding program, or they can click the right mouse
  212.            button over a push button to invoke the ZIF Editor and edit
  213.            the corresponding file.
  214.  
  215.  
  216. 08-16-94 ■ Version 2.03
  217.  
  218.          . Fixed a major problem when using internal ZIP compression.
  219.            When attempting to recompress a program using the Update
  220.            option, users would receive an Error Number 5, (File Access
  221.            Denied).  The compressed file had been marked as read-only, and
  222.            therefore could not be initialized for any other action.  This
  223.            error condition did not appear when using a Novell network, so
  224.            internal beta-testing efforts did not catch the problem.  Added
  225.            code to make sure the compressed file's attributes were properly
  226.            set before any action to the file is attempted.
  227.  
  228.          . Updated the version number code in the registration
  229.            procedure.
  230.  
  231.          . Fixed several Clear-Screen problems by replacing the
  232.            built-in Clear-Screen command with a custom routine
  233.            that resets the Window to 1,1, 80,25.
  234.  
  235.  
  236. 07-18-94 ■ Version 2.02
  237.  
  238.          . Enhanced ZIP'R Pro's ability to handle "overwrite" error
  239.            messages generated by PKUNZIP.EXE or ARJ.EXE.  When either
  240.            of these programs detects a file on the hard drive that
  241.            already exists in the compressed file, they will issue an
  242.            overwrite message, prompting the user whether or not the
  243.            file should be replaced with the one located in the
  244.            compressed file.  Each of these programs will then generate
  245.            an exit code, which normally causes ZIP'R Pro to cease the
  246.            program execution and terminate.  Since these errors are
  247.            non-fatal errors, ZIP'R Pro now offers users the choice of
  248.            whether to continue with normal program execution or not.
  249.  
  250.            Why is this necessary?  The most common need for this feature
  251.            is when programs such as Central Point Anti-Virus or Microsoft
  252.            Anti-Virus place "CHKLIST.CPS" or "CHKLIST.MS" files in each
  253.            directory when a virus scan is executed on a user's computer.
  254.            The first time this happens, the compressor (PKZIP, for example)
  255.            adds the left-over virus file into the archive.  The next time
  256.            a virus scan is executed, PKUNZIP detects that a file by the
  257.            same name exists in the program directory, generates an exit
  258.            code, and thus causes ZIP'R Pro to terminate execution.  (This
  259.            could prove to be frustrating, since a file by this name is
  260.            placed in EVERY scanned directory.)  ZIP'R Pro will now detect
  261.            if an overwrite message occurs, and will display a message
  262.            box, allowing the user the option of whether to continue
  263.            with the normal program execution or not.
  264.  
  265.  
  266.          . Fixed a problem where ZIP'R Pro was not trapping and
  267.            reporting errors that occurred during the decompression
  268.            process.  Instead, ZIP'R Pro would simply error out, and
  269.            terminate program execution.  (This bug was introduced
  270.            in version 2.00.)
  271.  
  272.  
  273. 07-11-94 ■ Version 2.01
  274.  
  275.          . Version 2.01 of ZIP'R Pro contains an updated INSTALL.EXE
  276.            file.  One of our users reported that InocuLAN (by Cheyenne
  277.            Software) was reporting an occurrence of the Tony-H virus in
  278.            the INSTALL.EXE file.  We believe this was a false-positive
  279.            report, and not cause for alarm.  However, we are releasing
  280.            ZIP'R Pro 2.01 with the INSTALL.EXE file in uncompressed
  281.            format.  Also, the file BONUS.DOC has been removed.
  282.  
  283.  
  284. 06-29-94 ■ Version 2.00
  285.  
  286.          . Added support for a user-specified compression mode.
  287.            Valid values are BestMethod, Deflate, Implode, Shrink,
  288.            and Store.
  289.  
  290.          . Added support for a user-specified deflate level when
  291.            using internal ZIP compression.
  292.  
  293.          . Added support for user-specified implode values when using
  294.            internal ZIP compression.
  295.  
  296.          . Converted the ClrScr w/Error Message calls to use the
  297.            HandleError procedure.
  298.  
  299.          . Changed the ProcessErrorCode procedure to a function.
  300.  
  301.          . Modified the HandleError procedure to allow it to process
  302.            error codes that must be passed to the ShowErrorMessage
  303.            procedure.
  304.  
  305.          . Changed the DeletedFiles variable in the COMP unit from a
  306.            literal string to a boolean.
  307.  
  308.          . Changed the MatchingFileFound variable in the COMP unit from
  309.            a literal string to a boolean.
  310.  
  311.          . Added code to only display the gauge window when necessary and
  312.            resize the compression window depending on whether the gauge
  313.            window is displayed or not.
  314.  
  315.          . Changed gauge window display to be indented rather than out-
  316.            dented.
  317.  
  318.          . Added a fail-safe check to the DeleteAllFilesExcept routine
  319.            to make sure that the current directory is not the root
  320.            directory of a hard drive.
  321.  
  322.          . Added a fail-safe check to make sure that the Accurate File
  323.            Size Calculation displays Level 4 on the prelog screen when
  324.            Internal ZIP is being used.  (With Internal ZIP, all calculations
  325.            are 100% accurate.)
  326.  
  327.          . Changed the directory existence checks to use a procedure from
  328.            a commercial library, instead of our own STSI library.  Our
  329.            procedure was not handling root directories properly.
  330.  
  331.          . Added code to read the current entry when decompressing a .ZIP
  332.            file with the Internal ZIP code.  New code makes sure that any
  333.            imbedded directories are created if they do not exist.  Any
  334.            directory entries contained without files are discarded.  This
  335.            allows more complete compatibility with PKWare's PKZIP.  Previous
  336.            code would cause a decompression error to occur.
  337.  
  338.          . Moved all of the DrawHeader and DrawCompressionScreen calls inside
  339.            of the ZPExec routine, where possible.  This fixed a problem where
  340.            incorrect messages were sometimes displayed during the compression
  341.            or decompression processes.
  342.  
  343.          . Fixed several issues relating to the display of the decompression
  344.            query box that pops up when a duplicate file exists on the hard
  345.            drive.  Widened the available display for the filename and
  346.            potential directory entry, and added fail-safe code to truncate
  347.            these on the left side if they get too long.
  348.  
  349.          . Modified the remaining routines in the COMP, DECOMP, and
  350.            EXECUTE units to use the HandleError procedure.
  351.  
  352.          . Created a common procedure in the COMP unit to contain the
  353.            compression signal file related detection and creation
  354.            code.
  355.  
  356.  
  357. 06-20-94 ■ Version 1.28  (Internal BETA Version - Not Released!)
  358.  
  359.          . Fixed a problem where the screen was not being cleared after
  360.            windowed decompression.  Added a reset of the screen and
  361.            color output.
  362.  
  363.          . Modified shadows on compression and decompression screens
  364.            to be completely black.
  365.  
  366.          . Added a command to reset the Window coordinates before
  367.            attempting to write the file count or twirling bars display
  368.            to the screen.  After adding several window-relative routines,
  369.            both displays were being written to a relative window, instead
  370.            of the absolute screen coordinates.
  371.  
  372.          . Fixed a problem where the title and copyright notice on the
  373.            Query screen started "disappearing" after other Internal
  374.            ZIP windowing routines had been implemented.  Used window-
  375.            relative screen writing instead of absolute screen writing.
  376.  
  377.          . Created a textured background screen for the Internal ZIP
  378.            compression and decompression windows.
  379.  
  380.          . Added a "Moving files.  Please wait!" header to the display
  381.            screen when files are being deleted after the compression
  382.            process.
  383.  
  384.          . Added a call to the UpdateGaugeWindow procedure during the
  385.            file deletion process to provide a visual progress indicator.
  386.  
  387.          . Altered the DeleteAllFilesExcept procedure to use a direct
  388.            directory search to delete files, instead of a FileMaskList
  389.            generated from the original archive file.  This allows the
  390.            procedure to work in all situations.
  391.  
  392.          . Changed the name of the stDeleteFilesIntZIP procedure to
  393.            DeleteAllFilesExcept.
  394.  
  395.          . Created a header window to be used for displaying status
  396.            messages during the compression / decompression processes.
  397.            This replaces old code which simple used absolute screen
  398.            writing.
  399.  
  400.          . Added a bar graph and compression/decompression window
  401.            to be used when Internal ZIP is used as the compression
  402.            type for a program.  The bar graph is updated depending on
  403.            the current file vs. the total files to be compressed or
  404.            the total files located inside the ZIP file.
  405.  
  406.          . Created a common HandleError procedure in the Errors unit
  407.            to centralize the compression/decompression error handling.
  408.  
  409.          . Created a common LaunchExternalDecompressor procedure in the
  410.            Decomp unit, reducing final .EXE code size by about 2K.
  411.  
  412.          . Worked around a problem where an empty sub-directory would
  413.            cause an error #2 during the compression process (File Not
  414.            Found).
  415.  
  416.          . Set up a file counter to keep track of the total number
  417.            of files that will be compressed into the internal ZIP
  418.            generated file.
  419.  
  420.          . Enabled sub-directory creation during internal ZIP
  421.            decompression.
  422.  
  423.          . Added code to recurse sub-directories during the internal
  424.            ZIP compression process.
  425.  
  426.          . Made sure that the compression and decompression signal
  427.            files are erased if an error occurs during internal ZIP
  428.            compression or decompression.
  429.  
  430.          . Added code to call the Done routine if an error occurs
  431.            during the internal ZIP compression / decompression
  432.            processes.
  433.  
  434.          . Created a routine to calculate the exact disk space
  435.            needed for extracting a ZIP file when using the
  436.            internal ZIP compression / decompression routines.
  437.  
  438.          . Added preliminary support for internal PKZIP 2.0
  439.            compatible compression and decompression.
  440.  
  441.  
  442. 06-10-94 ■ Version 1.27
  443.  
  444.          . No coding changes.
  445.  
  446.  
  447. 05-26-94 ■ Version 1.26
  448.  
  449.          . Changed the AddBackSlash procedure to stAddBackSlash
  450.            when generating the ZIPRProPath.  stAddBackSlash adds
  451.            a backslash when the last character in the path is a
  452.            colon.
  453.  
  454.          . Modified the behavior of the prelog screen display
  455.            to prevent the screen from being displayed if the
  456.            PrelogDelay was set to 0.
  457.  
  458.          . Fixed a problem where the prelog screen was being
  459.            displayed when the PrelogType was set to NONE.
  460.  
  461.          . Changed all "Halt" statements to "stHalt(?)", where
  462.            ? is the ERRORLEVEL.
  463.  
  464.          . Changed an error message in the DECOMP unit to use
  465.            an stTVMessageBox.
  466.  
  467.  
  468.  
  469. 04-22-94 ■ Version 1.25
  470.  
  471.          . No modifications.  (See ZIFPRO.REV for modifications
  472.            to the ZIF Editor Pro.
  473.  
  474.  
  475. 03-26-94 ■ Version 1.24
  476.  
  477.          . Removed all /CLEANUP option code from ZIPRPRO.  This
  478.            option is now available from the ZIF Editor.  A code
  479.            size reduction of about 11K was achieved.
  480.  
  481.          . Modified code so that ZIP'R Pro does not execute the
  482.            program when the /TEST parameter is being used.  It
  483.            simply displays the parameters and exits.
  484.  
  485.          . Changed the "TEST" parameter to "/TEST".
  486.  
  487.          . Fixed a problem where the compression signal file
  488.            was not being deleted if an error occured while
  489.            attempting to test the archive integrity.
  490.  
  491.          . Fixed a problem where an error message was not being
  492.            issued if a compression or decompression signal file was
  493.            detected.  ZIPRPRO would simply exit, with no warning.
  494.  
  495.          . Created enumerated types for PrelogType and
  496.            RegisteredVersion, replacing the literal strings used
  497.            previously.
  498.  
  499.          . Re-worked the INI and ZIF test display procedures to
  500.            use string arrays.  This change reduced the code
  501.            size slightly, and substantially reduced the complexity
  502.            of these procedures.
  503.  
  504.          . Converted the ScanActivityIndicator string variable
  505.            to an enumerated type.  Corrected a problem where a
  506.            mis-spelling of a literal string could have caused
  507.            the Twirling Bars to fail to work.
  508.  
  509.          . Added a common function to search for ARJ, LHA,
  510.            PKZIP, and PKUNZIP in their respective paths, the
  511.            ZIP'R Pro path, and the DOS PATH before calling
  512.            any of these programs.  The common function reduced
  513.            the code size by .5K.
  514.  
  515.          . Modified code to check for the existence of a backslash
  516.            at the end of the ARJ, LHA, and ZIP paths after they
  517.            are read from the .INI file.  If a trailing backslash
  518.            is not detected, one is added.
  519.  
  520.  
  521. 03-10-94 ■ Version 1.23
  522.  
  523.          . Modified an error message about the program parent
  524.            directory not being present to be more accurate by
  525.            stating that either the program parent directory or
  526.            the main program directory is not present.
  527.  
  528.          . Converted the FloppyFormat variable to an enumerated
  529.            type within the code for easier variable-checking.
  530.  
  531.          . Added a ZPExec procedure that contains all compression
  532.            and decompression related Exec functions.  (Code size
  533.            reduction of 6.5K.)
  534.  
  535.          . Moved several boolean variables into the INI and ZIF
  536.            records, to make the code more concise.
  537.  
  538.          . Changed the default value for SubdirectoryDeletion to
  539.            True.
  540.  
  541.          . Changed If..Else If statments in Errors unit to a Case
  542.            statement to make the code shorter and more concise.
  543.  
  544.          . Moved all common string literal declarations into a new
  545.            ZPSTRING unit.
  546.  
  547.          . Increased the estimated string array size for Exclude,
  548.            Extract, IN, OUT, TSRPre, and TSRPost commands.
  549.  
  550.          . Converted CompressionType literal strings to an
  551.            enumerated type.
  552.  
  553.          . Changed all error message strings that were passed as
  554.            variables to a global routine into an enumerated type.
  555.            This allows automatic compiler validation, and shortened
  556.            the code by over 10K.
  557.  
  558.  
  559. 03-03-94 ■ Version 1.22
  560.  
  561.          . Added 3D effects to query and error screen dialog boxes.
  562.  
  563.          . Added an IOResult check and corresponding error message
  564.            if the ProgramParent directory can not be successfully
  565.            created on a RAM Disk.
  566.  
  567.          . Circumvented a potential problem in the compression and
  568.            decompression routines where a default value for the
  569.            Compression and Decompression Swap parameters was not
  570.            being set.  The compression procedure would issue an
  571.            error message under this circumstance.  Altered the
  572.            code to provide a fail-safe parameter assignment.
  573.  
  574.          . Corrected a problem in the ARJ Decompression procedure
  575.            where the "Default" Decompression Swap parameter was
  576.            not being read.
  577.  
  578.          . Added code to convert the ZIPRPROPath to upper case.
  579.  
  580.          . Removed several "EraseDecompressionSignalFile"
  581.            statements from the beginning of the DecompressZipFile
  582.            procedure.  This file had not yet been created at
  583.            this point in the procedure.
  584.  
  585.          . Corrected a problem where the update option was not
  586.            working properly.  (Broken in 1.22, not released.)
  587.  
  588.          . Fixed a problem where a runtime error 202 would occur
  589.            if the file PKUNZIP.EXE could not be found.  The
  590.            runtime error would be issued prior to displaying the
  591.            error message from ZIPRPRO.  (Increased stack.)
  592.  
  593.          . Added automatic ProgramParent directory creation if
  594.            extracting to a RAM disk.
  595.  
  596.          . Added preliminary support for extraction to a RAM disk.
  597.  
  598.          . Corrected a problem where an error message would be
  599.            issued if the "Program" directory did not exist.  This
  600.            created a problem if a "Program Parent" directory was
  601.            specified, since the program directory might not exist
  602.            under this circumstance.
  603.  
  604.          . Corrected a problem where the .N?? file was not being
  605.            deleted if errors were detected when checking the
  606.            validity of the values in the .INI and .ZIF files.
  607.  
  608.          . Shortened several code segments by using better coding
  609.            techniques.
  610.  
  611.          . Corrected a potential problem where the .SXT signal
  612.            file could be mistakenly deleted by ZIPRPRO.
  613.  
  614.          . Combined the Done and DoneNoSXTDelete routines into a
  615.            common procedure.  Added an enumerated type variable
  616.            to pass to this procedure, informing it of any
  617.            restrictions to observe.
  618.  
  619.  
  620. 02-26-94 ■ Version 1.21
  621.  
  622.          . Corrected minor spacing / carriage return problems on
  623.            dialog box (Query) screens.
  624.  
  625.          . Corrected a potential problem where the /CLEANUP option
  626.            would delete files in the current directory, not the
  627.            ZIPRPRO sub-directory, if launched from a directory
  628.            other than the ZIPRPRO sub-directory.
  629.  
  630.          . Corrected a problem where a runtime error 2 would occur
  631.            in the CreateSubDirectoriesUnderOS2 procedure, because
  632.            an Else statement was omitted.
  633.  
  634.          . Streamlined the code by creating two erase file routines
  635.            to replace the separate erase routines used previously.
  636.  
  637.  
  638. 02-16-94 ■ Version 1.20
  639.  
  640.          . Fixed a major problem where the original .ZIP file
  641.            could be deleted if the executable file could not be
  642.            found and update option was enabled.  (Data loss could
  643.            occur in this situation, especially if Selective
  644.            Extraction or Selective Exclusion was enabled.)
  645.  
  646.          . Added support to erase the *.DFL, *.NFL, *.OFL, and
  647.            *.DIR files when using the /Cleanup option.
  648.  
  649.          . Added support to manually create subdirectories when
  650.            operating under OS/2.  This option will circumvent a
  651.            potential problem where PKUNZIP cannot create sub-
  652.            directories under OS/2.  (This problem has been reported
  653.            to PKWare.)
  654.  
  655.          . Updated IFDEF and IFNDEF statements throughout the code
  656.            to minimize code size for each module.
  657.  
  658.          . Moved several string pointer variables into the INI and
  659.            ZIF record variables.
  660.  
  661.          . Reduced the ARJ and LHA default memory requirements
  662.            to more realistic levels.
  663.  
  664.          . Re-compiled with updated libraries.
  665.  
  666.          . Corrected a problem in the stTV3ChoiceBox procedure
  667.            that caused the box to be too narrow to properly
  668.            center a long header.
  669.  
  670.          . Added support to display the Command Processor and
  671.            ZIP'R Pro Path information in the new style message
  672.            boxes.
  673.  
  674.          . Corrected a problem where the TestFlag boolean was
  675.            not being set early enough in the code to display
  676.            the INI Parameters screen.  (%2 = TEST)
  677.  
  678.          . Added support to display the .INI Parameters in the
  679.            new style message boxes.
  680.  
  681.          . Added all missing .ZPD Parameters to the ZPD Parameter
  682.            display procedure.  Added code to display the first
  683.            10 INCommands, OUTCommands, ExcludeFiles, ExtractFiles,
  684.            TSRPreProgramCommands, and TSRPostProgramCommands.
  685.  
  686.          . Added support to read old style .ZPD files, prior
  687.            to current version.  (Set internal flags if the new
  688.            UseINCommands, UseOUTCommands, UseTSRPreCommands,
  689.            and UseTSRPostCommands variables could not be found
  690.            in the .ZPD file.)
  691.  
  692.          . Added support to display the .ZPD Parameters in the
  693.            new style message boxes.
  694.  
  695.          . Fixed a problem in the stTV3ChoiceBox procedure, that
  696.            caused a system hang if the maximum number of lines
  697.            exceeded the pre-defined limit.
  698.  
  699.          . Added support to read UseINCommands, UseOUTCommands,
  700.            UseTSRPreCommands, and UseTSRPostCommands variables
  701.            from the .ZPD file.
  702.  
  703.  
  704. 01-30-94 ■ Version 1.19a  (Internal Release)
  705.  
  706.          . Corrected a problem where the swap file name was not
  707.            being passed to the swapping exec procedure.  (This
  708.            problem was introduced, in version 1.20, when the
  709.            common exec swapping functions were created.)
  710.  
  711.          . Added support to specify whether EMS memory is to be
  712.            used over XMS memory for the swapping exec procedure.
  713.            The default behavior is to use EMS first, but may be
  714.            overridden.
  715.  
  716.          . Added support to swap to XMS memory during program
  717.            execution, if available.  Previously, only EMS or
  718.            disk was used for the swap file.
  719.  
  720.          . Modified the swapping-related procedure calls to force
  721.            a swap (default) as a fail-safe procedure.
  722.  
  723.          . Modified the WindowedCompression and WindowedDecompression
  724.            procedure calls to automatically force windowed mode
  725.            (default) as a fail-safe procedure.
  726.  
  727.          . Converted all execute calls to use the new procedures.
  728.  
  729.          . Removed the STSI2 unit from the uses clause to prevent
  730.            unnecessary compilation.
  731.  
  732.          . Corrected a problem where the swap file (.SWF extension)
  733.            was not being erased when the /Cleanup option was
  734.            specified.  (This file has the system attribute set.)
  735.  
  736.          . Created common execution functions to reduce code
  737.            size and complexity.
  738.  
  739.          . Corrected a potential problem where the compressed
  740.            file could have been deleted, if an incorrect value
  741.            for CompressionSwap or DecompressionSwap was read from
  742.            the .INI file.
  743.  
  744.          . Converted the internal SortedExtraction variable
  745.            to a Boolean type.
  746.  
  747.          . Corrected a problem where the .INI file was not
  748.            being read prior to checking the cleanup password.
  749.  
  750.          . Changed the behavior of the cleanup password
  751.            procedure to not prompt for a password if the
  752.            password is blank.
  753.  
  754.          . Converted internal WindowedCompression and
  755.            WindowedDecompression variables to Boolean types.
  756.  
  757.          . Reduced the memory requirement default values for
  758.            PKZIP and PKUNZIP.  (New default swapping option will
  759.            be added to the ZIF Editor.)
  760.  
  761.          . Re-worked the .INI and .ZIF read routines to make the
  762.            code faster and more concise.
  763.  
  764.          . Added support for the new INIVersion, ZIFVersion,
  765.            UseDiskForExecSwap, UseEMSForExecSwap, and
  766.            UseXMSForExecSwap parameters.
  767.  
  768.          . Re-arranged the order and placement of passed parameter
  769.            related code, to allow the disposal of unnecessary
  770.            pointer variables.
  771.  
  772.          . Modified dialog box code to allow centering or left
  773.            justification.
  774.  
  775.          . Changed all error messages to be displayed using the
  776.            new style dialog boxes.
  777.  
  778.          . Converted all query screens to the new style.
  779.            Corrected various punctuation problems in the text
  780.            of the new screens.
  781.  
  782.          . Modified cleanup password field to automatically
  783.            convert characters entered to upper case.
  784.  
  785.          . Corrected a problem in the swapping Exec routines
  786.            where the executed program would hang.  (This problem
  787.            was caused by the mouse handler routines not being
  788.            disabled before performing the swap, and was introduced
  789.            in version 1.20.)
  790.  
  791.          . Added password protection for the /Cleanup option.
  792.  
  793.          . Updated prelog screen to show the amount of Heap memory
  794.            available.
  795.  
  796.  
  797. 01-20-94 ■ Version 1.19
  798.  
  799.          . Added additional error messages for new error checking
  800.            procedures, and corrected a typo in a separate error
  801.            message.
  802.  
  803.          . Enhanced the conventional memory available routine to
  804.            provide a more accurate estimate of the amount of
  805.            conventional memory available on the system.  (This
  806.            figure approximates the free memory reported by MEM.)
  807.  
  808.          . Corrected a problem where the logic controlling the
  809.            loading of a command processor was backwards when
  810.            executing a .BAT or .BTM file
  811.  
  812.          . Added a check to force a command processor to be
  813.            loaded if the program to be executed contains a
  814.            .BAT or .BTM extension.
  815.  
  816.          . Added support to execute the desired program without
  817.            loading a command processor first.  This increases
  818.            the memory available to the program by about 3-5K.
  819.  
  820.          . Removed unnecessary "Continue" statements from the
  821.            INI and ZIF file read routines.
  822.  
  823.          . Converted internal string pointer variables to use
  824.            INI and ZIF records.
  825.  
  826.          . Added support in the TSR Container file section to
  827.            use the AlternateEXELaunchDirectory feature.
  828.  
  829.          . Fixed a problem where the "CALL" statement was not
  830.            being placed in front of the program name in the TSR
  831.            Container file if the Parameters field was blank.
  832.  
  833.          . Corrected a potential problem where the current drive
  834.            and directory was not being set prior to executing
  835.            OUT commands.  This could have been a problem if the
  836.            current drive and/or directory was changed during
  837.            program execution, such as when shelling to DOS.
  838.  
  839.          . Added support for an alternate EXE launch directory
  840.            to make it possible to launch a program from a
  841.            directory other than the one in which the executable
  842.            file resides.  (The program does NOT have to be an
  843.            EXE file.)  This feature allows programs, such as
  844.            Microsoft Works, Borland Pascal, and others, to be
  845.            executed from a data subdirectory.
  846.  
  847.          . Added preliminary support for string encryption and
  848.            decryption.
  849.  
  850.  
  851. 01-06-94 ■ Version 1.18
  852.  
  853.          . Improved the Conventional memory estimate on the
  854.            prelog screen to more accurately reflect the amount
  855.            of memory available after swapping.
  856.  
  857.          . Updated the BIOS screens to match the direct-write
  858.            screens.
  859.  
  860.          . Added support for AUTO, DIRECT, and BIOS screen write
  861.            modes.  This should help to solve any screen-related
  862.            compatibility problems that might exist.
  863.  
  864.          . Added video mode detection when using the AUTO screen
  865.            writes option.
  866.  
  867.          . Updated the prelog screen to display the status of the
  868.            Use Atomic Lock Files option.
  869.  
  870.          . Updated the prelog screen to display the Selective
  871.            Extraction (SXT) and Selective Exclusion (SXC) entries
  872.            separately.  (If either option is disabled, the
  873.            corresponding entry count will be 0.)
  874.  
  875.          . Updated the prelog screen to display the status of the
  876.            new Subdirectory Deletion option.
  877.  
  878.          . Added support to NOT delete sub-directories when using
  879.            PKZIP v2.04g.  This switch is necessary when an OS/2
  880.            system is operating on a network in combination with
  881.            other systems.  Due to some sort of conflict, sub-
  882.            directories can not be re-created under OS/2.  (Unsure
  883.            whether this is an OS/2, NetWare Requester, or PKZIP
  884.            caused problem.)  This switch can only be used with
  885.            PKZIP v2.04g.
  886.  
  887.          . Added preliminary support for compression program version
  888.            number tracking.  Future versions of ZIP'R Professional
  889.            may support compression program features that might not
  890.            be available in previous versions of the compression
  891.            program.
  892.  
  893.          . Corrected an alignment problem on the FileCount indicator.
  894.  
  895.          . Added a FileCount / Twirling Bar indicator to the AFSC
  896.            Level 4 screen to display the progress of the file size
  897.            scanning.  (Due to the high scanning speed, this feature
  898.            will be useful only on compressed files with an extremely
  899.            high number of files.)
  900.  
  901.  
  902. 01-01-94 ■ Version 1.17
  903.  
  904.          . Corrected a problem where .SXT signal files were not
  905.            being deleted when the /CLEANUP switch was used.
  906.  
  907.          . Corrected a possible ambiguity in the ExecDOS error
  908.            messages.  (#-5 changed to # -5.)
  909.  
  910.          . Updated the AFSC routines to use integer division, which
  911.            eliminates the extra rounding step needed for reals.
  912.  
  913.          . Corrected a problem in the AFSC Level 4 (ZIP) calculation
  914.            procedure that would cause erroneous calculations.  (The
  915.            file size returned would always be 0.)
  916.  
  917.  
  918. 12-27-93 ■ Version 1.16
  919.  
  920.          . Fixed a problem where an extra hyphen was being prepended
  921.            to the compression command line.
  922.  
  923.          . Added CompressionOptions support to the ARJ and LHA
  924.            compression procedures.  (LHA does not currently support
  925.            this feature.)
  926.  
  927.          . Fixed a problem where the CompressionOptions field in the
  928.            .ZPD file was not being passed to PKZIP.
  929.  
  930.          . Fixed a minor problem where ".ZIP" was hard-coded onto the
  931.            Query For Compression screen.  If ARJ or LHA was being used,
  932.            the screen would still say that the resulting compressed file
  933.            would have a .ZIP extension.
  934.  
  935.          . Added an additional check for PKZIP.EXE before decompressing
  936.            a .ZIP file when using Selective Extraction or Selective
  937.            Exclusion.  This is important, because when these options are
  938.            enabled, the program MUST be re-compressed to preserve all
  939.            data files.
  940.  
  941.          . Fixed a potential problem where the existence of PKZIP.EXE
  942.            was not being verified before deleting files from the
  943.            original .ZIP file.
  944.  
  945.          . Fixed a potential problem where ZIP'R Professional was not
  946.            verifying the existence of PKUNZIP.EXE and PKZIP.EXE before
  947.            attempting to create the temporary file lists.
  948.  
  949.          . Added an additional check to attempt to locate the selected
  950.            compressor on the DOS PATH.  ZIP'R Professional will use the
  951.            path specified in the ZIPRPRO.INI file if the program exists.
  952.            If the program cannot be found, the ZIPRPRO directory is
  953.            searched.  If this search fails, the DOS PATH is searched.
  954.  
  955.  
  956. 12-25-93 ■ Version 1.15
  957.  
  958.          . Cleaned up some internal routines related to cleaning up
  959.            signal files before exiting ZIP'R Professional.
  960.  
  961.          . Changed the .ZPD and .INI file read routines to reduce
  962.            overhead and increase speed.
  963.  
  964.  
  965. 12-22-93 ■ Version 1.14
  966.  
  967.          . Added error reporting to the error trapping sections of
  968.            the IN Command, Program, and OUT Command routines.  If an
  969.            error is detected in any of these routines, ZIP'R Pro will
  970.            report the error and query the user whether to continue.
  971.            The error reporting routines will also report whether the
  972.            error was generated by the command processor (Error Code)
  973.            or by the IN Command, OUT Command, or Program (Exit Code).
  974.  
  975.          . Corrected a problem in the Accurate File Size Calculation
  976.            routines where the selective extraction and exclusion
  977.            entries were still being used, even if the file was being
  978.            decompressed from a floppy disk.
  979.  
  980.          . Fixed a major problem where data loss could occur if the
  981.            compressed file was stored on a floppy diskette, and
  982.            selective extraction or selective exclusion was enabled.
  983.            This is a rather rare combination of options, but since
  984.            data loss is likely, it is prudent to upgrade previous
  985.            versions of ZIP'R Professional For DOS.
  986.  
  987.          . Corrected a problem where the cursor would disappear
  988.            following some query screens.
  989.  
  990.          . Added /CLEANUP option to erase all signal files from the
  991.            ZIPRPRO sub-directory.  This option should be used with
  992.            care to ensure that no other processes are using ZIP'R
  993.            Professional.
  994.  
  995.  
  996. 12-20-93 ■ Version 1.13
  997.  
  998.          . Corrected a problem where a program that is executed
  999.            using a batch file, that also used a TSR container file
  1000.            would not return control to ZIP'R Professional for
  1001.            re-compression.  The solution was to "CALL" the batch
  1002.            file from the TSR container file.
  1003.  
  1004.          . Corrected a problem where the Decompression Signal File
  1005.            might not get deleted under some error situations.
  1006.  
  1007.          . Completed the transfer of code to common units to allow
  1008.            code sharing between different components of the ZIP'R
  1009.            Professional series of programs.
  1010.  
  1011.          . Added conditional defines to allow code sharing between
  1012.            ZIP'R Professional For DOS and the ZProcessor component
  1013.            of ZIP'R Professional For Windows.
  1014.  
  1015.          . Isolated a problem creating sub-directories under OS/2
  1016.            to the use of "Global" network sessions.  The Novell
  1017.            OS/2 requestor handles directory creation differently
  1018.            under global or private network sessions.  ZIP'R Pro
  1019.            should be used in a private session if sub-directories
  1020.            must be re-created.
  1021.  
  1022.          . Checked into a potential problem with AFSC Level 4 if
  1023.            the lines were too long, and wrapped on the screen.
  1024.            The function used to handle the string to long integer
  1025.            conversion correctly handles this situation, and ignores
  1026.            any strings that it can't convert.  No action necessary.
  1027.  
  1028.  
  1029. 12-05-93 ■ Version 1.12
  1030.  
  1031.          . Added error checking to make sure that compression
  1032.            cannot occur to floppy drives unless the compression
  1033.            program being used is PKZIP.  (Other compression
  1034.            programs do not currently support spanning floppies.)
  1035.  
  1036.          . Changed the way ZIP'R Professional deals with the
  1037.            attributes of a compressed file that resides on a
  1038.            floppy diskette.  The attributes of these files
  1039.            will not be changed, since we do not know which
  1040.            diskette is in the drive, and multiple diskettes
  1041.            may be required to store the compressed file.
  1042.  
  1043.          . Fixed a problem with floppy compression where the
  1044.            query for compression floppy diskette was occurring
  1045.            too late.  This caused programs to be compressed
  1046.            to floppy diskettes properly, but they could not be
  1047.            decompressed.  (After further checking, the programs
  1048.            could be decompressed, but the prompt for the
  1049.            decompression floppy disk was in the wrong position.
  1050.            A work-around was to simply make sure that the disk
  1051.            was in the drive.)
  1052.  
  1053.          . Added Compress/Decompress and TSR Entries indicators
  1054.            to prelog screen.  Separated Net/Multi to be two
  1055.            separate indicators, and added code to detect them
  1056.            individually.
  1057.  
  1058.          . Added a program halt command following the error
  1059.            message display if the ZIPRPRO.INI file cannot be
  1060.            found.
  1061.  
  1062.          . Corrected a problem where the .ZIP file was not
  1063.            being deleted if Update mode and Compress/Decompress
  1064.            only mode were enabled.
  1065.  
  1066.          . Added code to force a total decompression if
  1067.            "Compress/Decompress Only" is enabled.  This will
  1068.            prevent problems if all files are not extracted.
  1069.  
  1070.          . Corrected a problem where the .DSF file was not
  1071.            being deleted under various circumstances in the
  1072.            decompression module.
  1073.  
  1074.          . Corrected a potential problem where logging to a
  1075.            non-existent program or program parent directory
  1076.            was not calling the "Done" procedure.
  1077.  
  1078.          . Removed unnecessary ZipName pointer variable, and
  1079.            replaced with CompressedFileName pointer variable.
  1080.  
  1081.          . Corrected a problem where the .DSF (Decompression
  1082.            Signal File) was not being deleted if an error
  1083.            occurred during the CheckSpaceForDecompression
  1084.            procedure.  (This problem could manifest itself
  1085.            if the compressed file was corrupt.)
  1086.  
  1087.  
  1088. 11-26-93 ■ Version 1.11
  1089.  
  1090.          . Added error message if Selective Exclusion is enabled,
  1091.            but no file specifications have been entered.
  1092.  
  1093.          . Corrected problems where three delete routines were
  1094.            not marking the compressed file with normal attributes,
  1095.            generating a run-time error.  (Code 5, File Access
  1096.            Denied)  This error would occur when query mode was
  1097.            enabled, and the program was not re-compressed.
  1098.  
  1099.          . Updated random filename generator code in the DECOMP
  1100.            procedure to use the new method for generating
  1101.            random filename prefixes.
  1102.  
  1103.          . Added "Selective Exclusion" feature to complement
  1104.            Selective Extraction.  Selective Exclusion allows
  1105.            certain files or groups of files to be excluded
  1106.            from extraction.
  1107.  
  1108.          . Changed the prelog screen to display the number of
  1109.            Selective Extraction files (entries) and the number
  1110.            of simultaneous ZIPRPRO licenses.
  1111.  
  1112.  
  1113. 11-21-93 ■ Version 1.10
  1114.  
  1115.          . Changed the logic in the prelog screen to highlight
  1116.            Query Option if Selective Extraction is enabled, but
  1117.            the compression type is not ZIP.
  1118.  
  1119.          . Changed the countdown code on the prelog screen to
  1120.            count to 0.
  1121.  
  1122.          . Added code to mark the compressed file as ReadOnly
  1123.            during ZIPRPRO operations.  This should help to
  1124.            reduce the chances of accidently deleting the original
  1125.            compressed file during update mode (inconvenience) or
  1126.            during selective extraction (potential disaster).
  1127.  
  1128.          . Added code to mark all signal and temporary files
  1129.            ReadOnly, to prevent other processes from erasing them.
  1130.            Also added code to mark files as normal before attempting
  1131.            to delete them.
  1132.  
  1133.          . Corrected a problem where the atomic lock files were
  1134.            not being closed properly after creation.
  1135.  
  1136.          . Re-worked the token and temporary file creation and
  1137.            detection routines to use variable names and file
  1138.            extensions that fit their function.
  1139.  
  1140.          . Moved the code to generate a random filename prefix
  1141.            to a separate, common procedure, reducing the
  1142.            complexity of the routines that require these names.
  1143.  
  1144.          . Added error message codes to trap the condition if
  1145.            more than one users attempts to access a compressed
  1146.            file when Selective Extraction is turned on.
  1147.  
  1148.          . Fixed a problem where the .TK1 file was being created
  1149.            on programs that did not need to be decompressed, and
  1150.            the .TK1 file was not being deleted.
  1151.  
  1152.          . Moved .TK1 and .TK2 file detection and creation to a
  1153.            common area of the DecompressZipFile procedure.
  1154.  
  1155.          . Changed the signal file checking order to accomodate
  1156.            the new Selective Extraction .SXT file.
  1157.  
  1158.          . Fixed a problem where the Selective Extraction .SXT
  1159.            signal file was being created in error.  (A non-atomic
  1160.            file was being created.)
  1161.  
  1162.          . Added code to limit access to the compressed file if
  1163.            selective extraction is being used by any user.
  1164.  
  1165.          . Added error message code to trap the condition if
  1166.            Selective Extraction is turned on, but no files are
  1167.            entered for extraction.
  1168.  
  1169.          . Corrected a problem where the procedure to calculate
  1170.            the space required to decompress the compressed file
  1171.            was being executed when the compression type was NONE,
  1172.            and no compressed file existed.
  1173.  
  1174.          . Checked out a potential problem with PKUNZIP erroring
  1175.            out if files specified for extraction did not exist.
  1176.            It turns out that PKUNZIP simply ignores this type of
  1177.            error, eliminating the need to deal with it in ZIPRPRO.
  1178.  
  1179.          . Added code to disable Query mode if using Selective
  1180.            Extraction.  (This is necessary to insure the integrity
  1181.            of the original compressed file, and to prevent errors
  1182.            when attempting to decompress files a second time.)
  1183.  
  1184.          . Corrected problems in the CheckSpaceForDecompression
  1185.            procedure where an EXIT was being executed before the
  1186.            selective extraction container file was generated.
  1187.  
  1188.          . Revised the code in the CalculateExactFileSize routine
  1189.            to base its calculations on the list of files to be
  1190.            extracted, if Selective Extraction is enabled.
  1191.  
  1192.          . Added the more rigid compressed file type checking to
  1193.            the internal CalculateExactFileSize, DecompressZipFile,
  1194.            and CheckSpaceForDecompression procedures.
  1195.  
  1196.          . Eliminated the automatic detection of compressed file
  1197.            archive types.  Now, the type of compressed file must
  1198.            match the compression type specified in the .ZPD file.
  1199.            (If users wish to change compression types, they must
  1200.            use a compression type of "NONE" for one pass.  Then,
  1201.            the file may be re-compressed with the new compressor.)
  1202.  
  1203.          . Added fail-safe code to the prelog screen procedure
  1204.            that will show grayed-out check marks if any options
  1205.            have been disabled by ZIP'R Professional.
  1206.  
  1207.          . Updated prelog screen to show the status of the new
  1208.            "Selective Extraction" option.
  1209.  
  1210.          . Added support for "Selective Extraction" when using
  1211.            PKZIP/PKUNZIP.
  1212.  
  1213.  
  1214. 11-15-93 ■ Version 1.00
  1215.  
  1216.          . Initial release of ZIP'R Professional For DOS.
  1217.